home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / pcmagff.arc / FORMFEED.DOC < prev    next >
Text File  |  1986-07-16  |  918b  |  24 lines

  1. From: PC Magazine Vol.5, Nr. 14, August 1986     Page 439     PC Tutor
  2.  
  3. Resident FORM-FEED Program               Script entry by: Gary A. Smith
  4.  
  5.  
  6. This is a stay resident program which allows you to send a form-feed to
  7. the printer by pressing the Alt-PrtSc key.
  8.  
  9. The FORMFEED.COM file is created by DEBUG with the following command at
  10. the DOS prompt.
  11.                    DEBUG <FORMFEED.SCR
  12.  
  13. Note that  FORMFEED.COM  does not clear the keystroke from the keyboard
  14. hardware but just branches to the previous Interrupt 9 keyboard handler
  15. after it's done. Thus, if you load FORMFEED twice, you'll get two form-
  16. feeds with an Alt-PrtSc.
  17.  
  18. Before writing the form-feed character (a hex 0Ch)  out to the printer,
  19. FORMFEED  does a printer  status call to  Interrupt 17h,  so it doesn't
  20. hang if the printer is off-line.
  21. _______________________________________________________________________
  22.  
  23. === EOF ===
  24.